@charset "utf-8";
.main_connent {
	width: 100%;
	background: url(../../images/map/banner.png) no-repeat center top;
	margin: 0 auto;
	overflow: hidden;
}

.main_connent_left {
	float: left;
	margin: 5px 0 0 100px;
}

.main_connent_right {
	float: right;
	margin-top: 10px;
	width: 580px;
}

.main_connent_right h3 {
	font-size: 26px;
	line-height: 42px;
	color: #fff;
	width: 510px;
	border-bottom: 1px solid #fff;
	padding: 15px 0 5px 10px;
}

.main_connent_right .city {
	margin-top: 20px;
	padding: 0;
}

.main_connent_right .city li {
	display: inline-block;
	margin-right: 10px;
	width: 160px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-top: 6px;
}

.main_connent_right .city li span {
	display: block;
	cursor: pointer
}

.main_connent_right .city li span:hover {
	background: #ffa10e;
	color: #fff;
	text-decoration: none
}

.window {
	width: 250px;
	height: 149px;
	background: #008ae1;
	position: relative;
	display: none
}

.window_top {
	height: 40px;
	color: #fff;
	margin-left: 17px;
	width: 215px;
}

.window_top p {
	font-size: 13px;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #8fd4ff;
}

.window_top p span {
	font-size: 12px;
	float: right;
	background: #fff;
	margin-right: 5px;
}

.window_top p span a {
	color: #000;
}

.window .close {
	position: absolute;
	right: 5px;
	top: 9px;
	cursor: pointer
}

.window_connet {
	width: 215px;
	height: 100px;
	margin-left: 17px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 5px;
}

.window_connet p {
	line-height: 24px;
	color: #fff;
	margin: 0;
	padding-left: 5px;
	cursor: pointer
}

.window_connet p:hover {
	background: #ffa10e;
}

.window_connet p a {
	color: #fff;
	font-size: 13px;
}